|
Name | Type | Use | Default | Fixed | Description |
---|---|---|---|---|---|
color | xs:string | optional | |||
greeking | Restriction of xs:string | optional | true | ||
threshold1 | Restriction of xs:int | optional | 3 | ||
threshold2 | Restriction of xs:int | optional | 8 | ||
threshold3 | Restriction of xs:int | optional | 0 | ||
threshold4 | Restriction of xs:int | optional | 0 |
- Each threshold is slower to draw than the one before (that is, 1 is the fastest greeking drawing style and 4 is the slowest greeking drawing style).
- Above the highest threshold used for polylines, the actual polyline symbol will be drawn.
- The greeking thresholds are in screen pixel units. The extents of each feature in screen pixels is checked against the threshold values. The lowest threshold that the pixel extent falls below will be used to determine the greeking drawing method applied.
- A threshold with the value 0 will not be used.
Each threshold must have a greater value than the one before for greeking to work properly (for example, if threshold1 is 2, then threshold2 must be 3 or greater).
|